termido 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
termido/__version__.py CHANGED
@@ -1 +1 @@
1
- __version__ = "0.1.0"
1
+ __version__ = "0.1.2"
termido/project.py CHANGED
@@ -1,4 +1,4 @@
1
- import requests
1
+ import requests
2
2
  import webbrowser
3
3
  from .utils import check_file
4
4
 
@@ -47,4 +47,4 @@ class Project:
47
47
  def open(self):
48
48
  if not self.url:
49
49
  raise RuntimeError("Run go() before open()")
50
- webbrowser.open(self.url)
50
+ webbrowser.open(self.url))
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: termido
3
- Version: 0.1.1
3
+ Version: 0.1.2
4
4
  Summary: Beginner-friendly Python library to publish HTML, CSS and JavaScript projects online
5
5
  Author: Shubham
6
6
  License: MIT
@@ -0,0 +1,11 @@
1
+ termido/__init__.py,sha256=96PS3eFUfvNdC9iMzt_ElpFzOJ-imM0FO7gWN4pJ0bA,69
2
+ termido/__version__.py,sha256=K5SiDdEGYMpdqXThrqwTqECJJBOQNTQDrnpc2K5mzKs,21
3
+ termido/auth.py,sha256=IgUnNrpAdIoVbGj2o88Nz6T7z-70epxYd_cU3VzQ0iA,598
4
+ termido/core.py,sha256=4BEaG8v4XuB58TRZAerSrpVE6qRaNsIuDEQ6zhoAzFo,517
5
+ termido/project.py,sha256=Ah8IJSkVrThm72yU1A7lfFIMhRPX165AJRDA-vCz1yI,1220
6
+ termido/utils.py,sha256=gCC5bFlxm5TuULiQ9VP6AqbgLkaw4k9haaIvDiOM-Vo,432
7
+ termido-0.1.2.dist-info/licenses/LICENSE,sha256=OPVfJu0iA9d6lS94CrFzex8yK3HNwlRFaJRISnUoFPA,1063
8
+ termido-0.1.2.dist-info/METADATA,sha256=C5fcLoOxWSVzctfqCE20NxhPafsuN5YG5xFzy-vm8pw,767
9
+ termido-0.1.2.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
10
+ termido-0.1.2.dist-info/top_level.txt,sha256=jOhVdrS4lZHjdrAG-wD7TC8rLtitGtGhUMgyv3Lmxkw,8
11
+ termido-0.1.2.dist-info/RECORD,,
@@ -1,11 +0,0 @@
1
- termido/__init__.py,sha256=96PS3eFUfvNdC9iMzt_ElpFzOJ-imM0FO7gWN4pJ0bA,69
2
- termido/__version__.py,sha256=Pru0BlFBASFCFo7McHdohtKkUtgMPDwbGfyUZlE2_Vw,21
3
- termido/auth.py,sha256=IgUnNrpAdIoVbGj2o88Nz6T7z-70epxYd_cU3VzQ0iA,598
4
- termido/core.py,sha256=4BEaG8v4XuB58TRZAerSrpVE6qRaNsIuDEQ6zhoAzFo,517
5
- termido/project.py,sha256=ysfGMYgrwfGtAzDO-dxZee9emi3IvW-nukNQy6YlXwo,1220
6
- termido/utils.py,sha256=gCC5bFlxm5TuULiQ9VP6AqbgLkaw4k9haaIvDiOM-Vo,432
7
- termido-0.1.1.dist-info/licenses/LICENSE,sha256=OPVfJu0iA9d6lS94CrFzex8yK3HNwlRFaJRISnUoFPA,1063
8
- termido-0.1.1.dist-info/METADATA,sha256=HXDwgzk6yr56BpUousqZ3pcDsCrVSKOn-vjMUq1yyjs,767
9
- termido-0.1.1.dist-info/WHEEL,sha256=wUyA8OaulRlbfwMtmQsvNngGrxQHAvkKcvRmdizlJi0,92
10
- termido-0.1.1.dist-info/top_level.txt,sha256=jOhVdrS4lZHjdrAG-wD7TC8rLtitGtGhUMgyv3Lmxkw,8
11
- termido-0.1.1.dist-info/RECORD,,