162 Commits

Author SHA1 Message Date
marceloprates
9f7de23d84 Downgraded ipykernelto 5.3.4 in requirements.txt to make prettymaps compatible with Google Colab 2022-11-08 10:48:33 -03:00
marceloprates
6b1a9fe79f Fixed relative path for presets folder in draw.py 2022-11-08 10:38:23 -03:00
marceloprates
03025d8232 Replaced setup.py 'data_files' with 'package_data' 2022-11-08 10:28:06 -03:00
marceloprates
18461d9d37 Fixed setup.py 'data_files' paths 2022-11-08 10:22:12 -03:00
marceloprates
246bd4a23b Fixed problem with presets folder location on draw.py and setup.py 2022-11-08 10:16:21 -03:00
marceloprates
d60744fbe7 Added presets JSON files to setup.py's 'data_files' 2022-11-08 10:00:08 -03:00
marceloprates
1bdaf93b9e merge 2022-11-08 09:38:50 -03:00
marceloprates
10d396065d Fixed missing import (pyyaml) and supressed vsketch features due to difficulties in making setup.py install vsketch automatically 2022-11-08 09:36:22 -03:00
Marcelo de Oliveira Rosa Prates
291d808fb3
Update requirements.txt 2022-11-08 09:10:24 -03:00
Marcelo de Oliveira Rosa Prates
8bf94ffbec
Update README.md 2022-11-08 09:07:02 -03:00
marceloprates
3bcab3e4bb added prints/REAME_files/ folder 2022-11-08 09:06:16 -03:00
Marcelo de Oliveira Rosa Prates
cff431eae4
Merge pull request #102 from marceloprates/refactoring
Refactoring
2022-11-08 09:03:25 -03:00
Marcelo Prates
c6c8f19084 Refactored quite a bit of of the code, simplified the usage of some features, added option of saving / loading presets and updated the examples.ipynb notebook and the README with a short tutorial 2022-11-07 13:32:38 -03:00
Marcelo Prates
3d58c60221 Updated osmnx, shapely versions in requirements.txt 2022-07-12 14:22:10 -03:00
Marcelo de Oliveira Rosa Prates
72fd33ce5f
Merge pull request #76 from worldpotato/add_aur
add AUR link and description to README
2022-01-07 10:32:00 -03:00
Marcelo de Oliveira Rosa Prates
a73cf493f0
Update README.md 2021-10-20 07:32:55 -03:00
Marcelo de Oliveira Rosa Prates
2765aafb9e
Update README.md 2021-10-19 23:55:33 -03:00
Felix Strobel
1e526fb3bb add AUR link and description to README
There is an AUR in the repositories which makes it easy
to install and update pretty maps
2021-10-19 19:21:26 +02:00
Marcelo Prates
d03fb1cf4e Bump version: v0.1.2 → 0.1.3 v0.1.3 2021-10-18 17:50:28 -03:00
Marcelo Prates
0489960c68 Merge branch 'main' of github.com:marceloprates/prettymaps into main 2021-10-18 17:49:31 -03:00
Marcelo Prates
422b4adcdd Downgraded version number in setup.py (trying to make github actions workflow work with bump2version following PR 69 instructions) 2021-10-18 17:48:58 -03:00
Marcelo de Oliveira Rosa Prates
e8d9096f38
Update README.md 2021-10-18 14:53:32 -03:00
Marcelo de Oliveira Rosa Prates
04d2281743
Update README.md 2021-10-18 13:18:31 -03:00
Marcelo Prates
4a9e2ac7df Changed license and README 2021-10-18 13:15:29 -03:00
Marcelo de Oliveira Rosa Prates
fd97a9bbc2
Update README.md 2021-10-08 15:48:12 -03:00
Marcelo de Oliveira Rosa Prates
75d390229e
Update README.md 2021-10-08 15:43:14 -03:00
Marcelo de Oliveira Rosa Prates
4f11bfea21
Update README.md 2021-10-08 15:33:36 -03:00
Marcelo de Oliveira Rosa Prates
4306198560
Create LICENSE 2021-10-08 15:31:42 -03:00
Marcelo de Oliveira Rosa Prates
dbd382b465
Delete LICENSE 2021-10-08 15:31:25 -03:00
Marcelo de Oliveira Rosa Prates
69d2fbe86a
Create LICENSE 2021-10-08 15:22:36 -03:00
Marcelo de Oliveira Rosa Prates
4c9e589bfa
Delete LICENSE 2021-10-08 15:22:20 -03:00
Marcelo de Oliveira Rosa Prates
a2a8a5ec17
Update README.md 2021-10-07 22:38:49 -03:00
Marcelo de Oliveira Rosa Prates
30b2363834
Update README.md 2021-10-07 22:05:18 -03:00
Marcelo de Oliveira Rosa Prates
8832e41045
Update README.md 2021-10-07 22:03:45 -03:00
Marcelo de Oliveira Rosa Prates
9ba90defd9
Create LICENSE 2021-10-07 21:45:03 -03:00
Marcelo de Oliveira Rosa Prates
7f433184d1
Delete MIT License 2021-10-07 21:42:21 -03:00
Marcelo Prates
9091bd405e Updated release version 2021-10-06 11:18:44 -03:00
Marcelo Prates
2fa8e3a46b Version v01.2.3 -> v0.1.2 2021-10-06 11:17:57 -03:00
Marcelo Prates
5595203948 Updated release version 2021-10-06 11:09:40 -03:00
Marcelo de Oliveira Rosa Prates
77b992e485
Merge pull request #69 from matthewfeickert/ci/add-deploy-ci
ci: Add publishing workflow with GitHub Actions
2021-10-06 10:51:18 -03:00
Matthew Feickert
1cbad7db7f
ci: Add publishing workflow with GitHub Actions
* Test building a sdist and wheel on push events and pull request events
* List contents of sdist and wheel for visual checks / debugging
   - Note that check-manifest is currently incompatible with `prune **`
     strategy
* Publish sdists and wheels to TestPyPI through pushed tags triggered
  through push events
* Publish sdists and wheels to PyPI through published release events
  triggered through GitHub releases
2021-10-05 08:43:07 -05:00
Marcelo de Oliveira Rosa Prates
fdf5c28e32
Merge pull request #68 from matthewfeickert/build/add-MANIFEST
build: Add MANIFEST.in with prune strategy
2021-10-05 09:52:04 -03:00
Matthew Feickert
75ca99d2b4
build: Add MANIFEST.in with prune strategy
* Use `prune **` to remove all files from the sdist
    - c.f. https://packaging.python.org/guides/using-manifest-in/#manifest-in-commands
    - "Setuptools also has undocumented support for ** matching zero or
       more characters including forward slash, backslash, and colon."
* Manually include all "default" files for a sdist in MANIFEST.in
    - c.f. https://packaging.python.org/guides/using-manifest-in/#how-files-are-included-in-an-sdist
* Include requirements.txt as not using declartive spec for setup
2021-10-03 16:13:27 -05:00
Marcelo de Oliveira Rosa Prates
c32b3019ad
Update README.md 2021-10-01 18:49:54 -03:00
Marcelo Prates
66c1bbf904 Updated release version on setup.py v0.1.2 2021-10-01 18:13:19 -03:00
Marcelo Prates
7d60660999 Removed IPython dependency v0.1.1 2021-10-01 18:09:32 -03:00
Marcelo Prates
e8ecfe5e9e Updated setup.py release version 2021-10-01 17:52:14 -03:00
Marcelo Prates
0f4e7b8554 Appended MIT license to draw.py and fetch.py files v0.1 2021-10-01 17:49:52 -03:00
Marcelo Prates
df448320d1 Merge branch 'main' of github.com:marceloprates/prettymaps into main 2021-10-01 17:36:20 -03:00
Marcelo Prates
5930ba70ad Added support for Point and Line geometries 2021-10-01 17:34:54 -03:00