python -m venv .venv
venv\Scripts\activate
pip install requests
pip freeze > requirements.txt
## provando un paquete
python -m nome_paquete
python setup.py sdist
##pip install pip --upgrade DA ERRORE
pip install twine
twine upload dist/*
##TEST
pip install codigofacilito-jorgef==0.0.1
python
>>> from codigofacilito_jorgef import unreleased
>>> unreleased()
Raw data
{
"_id": null,
"home_page": "https://github.com/JorgeFigueroa/codigofacilito_package",
"name": "codigofacilito-jorgef",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "codigofacilito_jorgef",
"author": "Jorge figueroa",
"author_email": "atientas0412@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/e4/51/265f667f31e4a53f0b4dbcb17b0978e86f1d85eeae99431fc3e6b68e1125/codigofacilito_jorgef-0.0.2.tar.gz",
"platform": null,
"description": "\r\npython -m venv .venv\r\nvenv\\Scripts\\activate\r\n\r\npip install requests\r\npip freeze > requirements.txt\r\n\r\n## provando un paquete\r\npython -m nome_paquete\r\n\r\npython setup.py sdist\r\n##pip install pip --upgrade DA ERRORE\r\npip install twine\r\ntwine upload dist/*\r\n\r\n\r\n##TEST \r\npip install codigofacilito-jorgef==0.0.1\r\npython\r\n>>> from codigofacilito_jorgef import unreleased\r\n>>> unreleased()\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "este paquete de prueba, permite consumir el api de codigo facilito",
"version": "0.0.2",
"split_keywords": [
"codigofacilito_jorgef"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e451265f667f31e4a53f0b4dbcb17b0978e86f1d85eeae99431fc3e6b68e1125",
"md5": "94a79dfbae24f14b25173b92a97ac878",
"sha256": "9812acb0d90a7e824a33c89706bfff931d5df049f3f8577612eb508f77ee10f8"
},
"downloads": -1,
"filename": "codigofacilito_jorgef-0.0.2.tar.gz",
"has_sig": false,
"md5_digest": "94a79dfbae24f14b25173b92a97ac878",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 2870,
"upload_time": "2023-04-19T11:28:58",
"upload_time_iso_8601": "2023-04-19T11:28:58.221042Z",
"url": "https://files.pythonhosted.org/packages/e4/51/265f667f31e4a53f0b4dbcb17b0978e86f1d85eeae99431fc3e6b68e1125/codigofacilito_jorgef-0.0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-04-19 11:28:58",
"github": true,
"gitlab": false,
"bitbucket": false,
"github_user": "JorgeFigueroa",
"github_project": "codigofacilito_package",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"requirements": [],
"lcname": "codigofacilito-jorgef"
}