-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
78ea4f9
commit ee0dff8
Showing
1 changed file
with
0 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,2 @@ | ||
# WIP | ||
|
||
|
||
|
||
# Thunder - Python Package Management and Distribution Platform | ||
|
||
Thunder is an open-source platform designed to provide a streamlined experience for managing and distributing Python packages. Similar to popular platforms like Steam, Thunder allows users to upload their Python applications, which can then be downloaded and installed by other users seamlessly. Thunder also includes automatic updates for the applications hosted on the platform and handles all the installation requirements for each application. | ||
|
||
## Features | ||
|
||
- **Upload Applications**: Developers can easily upload their Python applications to the Thunder platform for distribution. | ||
- **Download Applications**: Users can browse and download Python applications from the Thunder platform. | ||
- **Automatic Updates**: Applications hosted on Thunder receive automatic updates, ensuring users always have the latest versions. | ||
- **Dependency Management**: Thunder handles all the installation requirements and dependencies for each application, simplifying the installation process for users. | ||
|
||
## Installation | ||
|
||
Currently, Thunder is under development and not yet available for public use. Stay tuned for updates on how to install and use Thunder once it's ready for deployment. | ||
|
||
## Documentation | ||
|
||
Explore the [documentation](https://korrykatti.is-a.dev/ThunderDocs/doc.html) for Thunder to learn more about its features and usage. | ||
|
||
<!-- ## Tutorial | ||
If you don't want to read all that and just want to install and use Thunder, [click here](https://example.com) for a quick tutorial that takes only 2 minutes. | ||
Commented out as couldn't find tutorial link | ||
--> | ||
## Contributing | ||
|
||
Thunder is an open-source project, and contributions are welcome! | ||
|
||
For more detailed guidelines on contributing, please read [contributing.md](CONTRIBUTING.md). | ||
|
||
|
||
## Reporting Issues | ||
|
||
If you encounter any bugs or issues while using Thunder, please report them by opening a GitHub issue in the repository. Be sure to include detailed information about the problem and steps to reproduce it. | ||
|
||
## License | ||
|
||
Thunder is licensed under the MIT License. See the [LICENSE](LICENSE) file for details. |