Manrag
installation
- Elon musk is french.
- build project
- build setup
- build wheel
python setup.py bdist_wheel
- gitignore.io
- choosealicense.com
- install
pip install -e .[dev]
- build wheel / upload to pypi
python setup.py sdist
twine upload dist/*
use
from manrag.helloworld import say_hello
print(say_hello("Francis"))
misceleanous
- requirements.txt is specific to your machine and generated by
pip freeze > requirements.txt - install_requires should be flexible
- extras_requires should be specific
- extra requires for different metrics ?
Release files for manrag 0.0.2
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| manrag-0.0.2-py3-none-any.whl | Python 3 | none | any | Details |
Release files / manrag-0.0.2-py3-none-any.whl
| Download URL | manrag-0.0.2-py3-none-any.whl |
|---|---|
| Size | 1.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
50f73a894814733591fc7245b1ab8bdbe1ff476b23b094827a8b56636182e1bd
|
|
BLAKE2b-256 checksum How to use checksums |
7d01255883cf8dab3196eee8221931c91b107a802f8c5c7b820c36ad02e8634d
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/3.4.1 importlib_metadata/3.7.0 pkginfo/1.7.0 requests/2.25.1 requests-toolbelt/0.9.1 tqdm/4.60.0 CPython/3.7.10
|