Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ytbryan/super_simple_package
a super simple python package
https://github.com/ytbryan/super_simple_package
Last synced: about 4 hours ago
JSON representation
a super simple python package
- Host: GitHub
- URL: https://github.com/ytbryan/super_simple_package
- Owner: ytbryan
- License: other
- Created: 2024-02-17T05:15:49.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-17T08:36:56.000Z (9 months ago)
- Last Synced: 2024-04-15T01:16:46.577Z (7 months ago)
- Language: Python
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# super_simple_package
## content
- [73c2421](https://github.com/ytbryan/super_simple_package/commit/73c2421b86d56ccf167d4346df465ec5a87ebf1b) show how to compile and get `dist`
## How to build
```
pip uninstall super_simple_package
pip install -e .
```## Run compilation
```
python3 setup.py sdist bdist_wheel
```